Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SymmetricDS install script (for Unix-like OS) #251

Merged
merged 2 commits into from
Apr 1, 2020

Conversation

alldne
Copy link
Contributor

@alldne alldne commented Apr 1, 2020

@alldne alldne force-pushed the feature/symd-install-script branch from 333beb9 to bf77341 Compare April 1, 2020 17:38
@alldne
Copy link
Contributor Author

alldne commented Apr 1, 2020

Error log on Windows from @iamvibhorsingh 's machine

The system cannot find the path specified.
curl -Lo symmetricds.zip http://sourceforge.net/projects/symmetricds/files/symmetricds/symmetricds-3.8/symmetric-server-3.8.43.zip/download
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   178  100   178    0     0    812      0 --:--:-- --:--:-- --:--:--   812
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
make: *** [symmetricds.zip] Error 60

And fix

@alldne
Copy link
Contributor Author

alldne commented Apr 1, 2020

Another issue that make couldn't find java in PATH.

The system cannot find the path specified.
makefile:17: *** Please install `java`.  Stop.

@alldne alldne changed the title SymmetricDS install script SymmetricDS install script (for Unix like OS) Apr 1, 2020
@alldne alldne changed the title SymmetricDS install script (for Unix like OS) SymmetricDS install script (for Unix-like OS) Apr 1, 2020
@iamvibhorsingh
Copy link
Contributor

Windows support will be introduced next sprint #254 otherwise LGTM

@dandipietrantonio dandipietrantonio merged commit 0a6a348 into master Apr 1, 2020
@alldne alldne deleted the feature/symd-install-script branch April 1, 2020 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation script for SymmetricDS
3 participants